type github.com/refraction-networking/utls.ticketKey
17 uses
github.com/refraction-networking/utls (current package)
common.go#L913: sessionTicketKeys []ticketKey
common.go#L916: autoSessionTicketKeys []ticketKey
common.go#L948: type ticketKey struct {
common.go#L958: func (c *Config) ticketKeyFromBytes(b [32]byte) (key ticketKey) {
common.go#L1055: c.sessionTicketKeys = []ticketKey{c.ticketKeyFromBytes(c.SessionTicketKey)}
common.go#L1069: func (c *Config) ticketKeys(configForClient *Config) []ticketKey {
common.go#L1111: valid := make([]ticketKey, 0, len(c.autoSessionTicketKeys)+1)
common.go#L1142: newKeys := make([]ticketKey, len(keys))
conn.go#L78: ticketKeys []ticketKey
ticket.go#L320: func (c *Config) encryptTicket(state []byte, ticketKeys []ticketKey) ([]byte, error) {
ticket.go#L365: func (c *Config) decryptTicket(encrypted []byte, ticketKeys []ticketKey) []byte {
u_public.go#L820: type ticketKeys []ticketKey
u_public.go#L830: func (tk ticketKey) ToPublic() TicketKey {
u_public.go#L838: func (TK TicketKey) ToPrivate() ticketKey {
u_public.go#L839: return ticketKey{
u_public.go#L854: func (TKS TicketKeys) ToPrivate() []ticketKey {
u_public.go#L855: var tks []ticketKey
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |